texture: Document constructors as threadsafe
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Sep 2021 03:08:09 +0000 (23:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 22 Sep 2021 03:10:53 +0000 (23:10 -0400)
commit0b9f6985b1a255fc044e1eb279c19ff62406eb0b
treed4be19a6601c3e694859f4e650f96c8efee8ddb1
parent1430142ad8d6af5151410751761caf5981fde2f8
texture: Document constructors as threadsafe

We aren't providing async loading apis here,
but we want to allow applications to create
textures in a thread, to avoid blocking the
main thread.
gdk/gdktexture.c